var hash/crc32.haveCastagnoli

4 uses

	hash/crc32 (current package)
		crc32.go#L82: var haveCastagnoli uint32
		crc32.go#L99: 	atomic.StoreUint32(&haveCastagnoli, 1)
		crc32.go#L216: 	case atomic.LoadUint32(&haveCastagnoli) != 0 && tab == castagnoliTable:
		crc32.go#L230: 	case atomic.LoadUint32(&haveCastagnoli) != 0 && d.tab == castagnoliTable: